-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update: taking Share Kotlin Notebook out of get started. #4462
base: master
Are you sure you want to change the base?
Conversation
5eabd44
to
1b6daa3
Compare
3987682
to
86738bb
Compare
This PR contains updates to the Data analysis section to test improvement in user navigation according to GA analysis.
86738bb
to
f929ae6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 - I some minor comments
* [Learn more about rendering and displaying rich output in Kotlin Notebook](https://www.jetbrains.com/help/idea/kotlin-notebook.html#render-rich-output). | ||
* [Retrieve data from the CSV and JSON files](data-analysis-work-with-data-sources.md). | ||
* [Check out the list of recommended libraries](data-analysis-libraries.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need periods at the end here as these are links? 🤔
**[Proceed to the next chapter](kotlin-notebook-share.md)** | ||
* See more details about [adding dependencies to your Kotlin Notebook](https://www.jetbrains.com/help/idea/kotlin-notebook.html#add-dependencies). | ||
* For a more extensive guide using the Kotlin DataFrame library, see [Retrieve data from files](data-analysis-work-with-data-sources.md). | ||
* For an extensive overview of tools and resources available for data science and analysis in Kotlin, see [Kotlin and Java libraries for data analysis](data-analysis-libraries.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add a link to the Share notebooks here?
This PR contains updates to the Data analysis section to test improvement in user navigation according to GA analysis.
KT-69577 Update Kotlin for data analysis docs